.ch-login-holder .ch-login-header {
  background: url("http://chilmedia.org/v2/file-preview/00e7b99c-64f3-4f07-915a-bb79d798e2fb.png") left center no-repeat;
}

header .help-holder {
	display: none;
}

.widget-content.full-widget {
	padding: 20px;
  background-color: #FFF;
}

.widget-content.events {
	width: 100%;
}

/*______   TEXT WRAPPER   ______*/

.ch-profile-custom-info > div > div ul,
.text-wrapper ul,
.text-wrapper ol {
	margin-bottom: 16px;
} 

.ch-profile-custom-info > div > div li,
.text-wrapper li,
.widget-content p,
.ch-profile-custom-info > div > div p,
.text-wrapper p {
  margin-bottom: 10px;
}

/**/

.widget-singlepost .hero-panel:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.widget-singlepost .hero-panel .news-title {
	z-index: 2;
}

/*______   SWITCH BUTTON   ______*/

.switch-button {
  position: absolute;
  top: 10px;
  left: 256px;
  width: 136px;
}

.switch-button input[type="checkbox"]:not(:checked), 
input[type="checkbox"]:checked { /* :checked here acting as a filter for older browsers */
  position: absolute;
  opacity: 0;
}

.switch-button label {
  position: relative;
  display: inline-block;
  font: 20px 'Raleway', Arial, san-serif;
  color: #FFF;
  width: 100%;
}      

.switch-button input[type="checkbox"].switch + span + div {
  width: 40px;
  height: 18px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 1px 1px 2px 2px rgba(0,0,0,.2) inset;
  background-origin: border-box;
  background-clip: border-box;
  overflow: hidden;
  transition-duration: .4s;
  transition-property: padding,width;
  float: right;
  margin-top: 4px;
}

.switch-button input[type="checkbox"].switch:checked + span + div {
  padding-left: 22px;
  width: 18px;
}

.switch-button input[type="checkbox"].switch + span + div:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: 1px;
  border-radius: inherit;
  background: #b10504;
}

.switch-button input[type="checkbox"].switch:checked + span + div:before {
  background: #52D921;
}

.switch-button input[type="checkbox"].switch:active + span + div:before {
  background-color: #aaa;
}




/*_____ CONTACT US // SEARCH______*/

/*_____  SEARCH______*/

#search {
	margin-right: 15px;
}

#search form {
  display: inline-block;
  margin-right: 0px;
  position: relative;
  
}

#search form {
  z-index: 2;
}

#search:hover form {
  display: block;
}


#search input {
  border: none;
  width: 26px;
  height: 26px;
  -moz-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  background: transparent;
  padding: 2px 24px 2px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #FFF;border-radius: 4px;
  border-bottom: 1px solid #FFF;
  background-color: #b10504;
}

#search form input{
  line-height: 30px;
  padding: 0px 6px;
  border-radius: 4px;
  color: #FFF;
  background-color: transparent;
}

#search form i {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  z-index: 2;
  border: none;
  background-color: #b10504;
  font-size: 22px;
  padding: 2px;
}

#search form:hover input,
#search input:focus {
  width: 200px;
  -moz-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  margin-right: 36px;
}

#send-mail {
  position: relative;
  margin: -9px 0px;
  padding: 9px 0px;
}

#send-mail.active,
#send-mail:hover {
  background-color: #333;
  color: #FFF;
}

#send-mail form {
  width: 260px;
  padding: 16px;
  position: absolute;
  top: 100%;
  right: 0px;
  background-color: #333;
  display: none;
}

#send-mail:hover form {
	display: block;
}

#send-mail form h6 {
  font-size: 18px;
  color: #FF8A89;
  margin-bottom: 16px;
}

#send-mail form textarea,
#send-mail form input {
  width: 100%;
  background-color: #FFF;
  line-height: 20px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#send-mail form button {
  background-color: #C1C1C1;
  padding: 0px 20px;
  border-radius: 4px;
  color: #606060;
}

#send-mail form button:hover {
  background-color: #FFF;
  color: #333;
}

.search-panel {
  margin-bottom: 20px;
}

.search-panel h3 {
  font: 17px 'Raleway', Arial, san-serif;
  border-bottom: 2px solid #E80100;
  color: #FFF;
  text-align: center;
  float: left;
  text-transform: uppercase;
  margin-top: 10px;
}

.search-panel h3 a {
  display: block;
  color: inherit;
  padding: 4px;
  width: 104px;
  background-color: #9C9C9C;
}

.search-panel h3 a:hover {
  background-color: #E80100;
}

.search-panel > div {
  position: relative;
  margin-left: 136px;
}

.search-panel > div em.highlight {
  color: #E80100;
}

.search-panel h4 {
  font-size: 28px;
  padding-bottom: 0px;
}
.search-panel .search-date {
  color: #9C9C9C;
  font-size: 18px;
  margin-bottom: 5px;
}

.search-panel .highlight {
  line-height: 23px;
  font-size: 16px;
}

#search-action {
  display: inline-block;
  margin-right: 0px;
  border-radius: 20px;
  position: relative;
  top: -4px;
}

#search-action input.search-box {
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  -moz-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  background: transparent;
  padding: 2px 24px 2px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #FFF;
}
.widget-actions #search-action i {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  margin: 0px;
}

/*______   RELATED TAGS   ______*/

.related-tags {
	list-style: none;
  margin-left: 20px;
}

.related-tags li {
	margin-bottom: 10px;
}

.related-tags li span {
	padding-left: 5px;
}


/*______   LANDING PAGE   _______*/

[data-section="landing-width"] .widget-content h2 {
  font-family: 'Raleway';
}

.header-landing .widget-content{
	height: 600px;
	position: relative; 
}

.header-landing .widget-content h1 {
  font-size: 40px;
  font-family: 'Raleway';
  color: #FFF;
  text-align: left;
  padding: 60px;
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
 	width: 100%;
  font-weight: 500;
}

.header-landing .widget-content h1 span {
  font-size: 26px;
  font-weight: 300;
}

.full-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

[data-section="landing-width"] #_p_html1 {
  overflow: hidden;
  background-color: #f6f6f6;
}

[data-section="landing-width"] #_p_html1 {
	overflow: hidden;
}

[data-section="landing-width"] #_p_html1 .img-holder {
  width: 60%;
  float: left;
}

[data-section="landing-width"] #_p_html1 .col-sm-4 {
  float: right;
  padding: 60px 20px;
}

[data-section="landing-width"] #_p_html4 .widget-content,
[data-section="landing-width"] #_p_html2 .widget-content {
	padding: 60px 10px;
  color: #FFF;
}
[data-section="landing-width"] #_p_posts_stream1 .widget-content,
[data-section="landing-width"] #_p_html7 .widget-content,
[data-section="landing-width"] #_p_html6 .widget-content {
	padding: 60px 10px;
}

[data-section="landing-width"] #_p_html2 .widget-content {
  text-align: center;
}

[data-section="landing-width"] #_p_html2 .widget-content h2 {
	color: #fe9595;
  margin-bottom: 60px;
}

.right-bg .widget-content {
	padding-top: 60px;
}

[data-section="landing-width"] #_p_html6 .widget-content h2,
[data-section="landing-width"] #_p_html5 .widget-content h2 {
	text-align: center;
  margin-bottom: 60px;
}
[data-section="landing-width"] #_p_html7 .widget-content h2,
[data-section="landing-width"] #_p_html4 .widget-content h2 {
	text-align: center;
  color: #4d4d4d;
  font-size: 18px;
  margin-bottom: 60px;
}
[data-section="landing-width"] #_p_html7 .widget-content h2,
[data-section="landing-width"] #_p_html4 .widget-content h2 {
	color: #FFF;
}
[data-section="landing-width"] #_p_html7 .widget-content h2 span,
[data-section="landing-width"] #_p_html6 .widget-content h2 span,
[data-section="landing-width"] #_p_html4 .widget-content h2 span {
	color: #fe9595;
}

[data-section="landing-width"] #_p_html5 .widget-content h2 span {
	color: #b10504;
}

.left-bg,
.right-bg {
	position: relative;
}

.left-bg .img-holder,
.right-bg .img-holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46%;
  height: 100%;
}

.right-bg .img-holder {
	right: 0px;
}

.left-bg .img-holder {
	left: 0px;
}

.left-bg .img-holder img,
.right-bg .img-holder img {
	max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0px;
}

.left-bg .img-holder img {
	left: 0px;
}
.right-bg .img-holder img {
	right: 0px;
}

.services-layout {
  width: 50%;
}

.services-layout > div {
	min-height: 70px;
  height: 70px;
  margin: 40px 0px;
  display: table;
  width: 100%;
  position: relative;
}

.services-layout p {
	display: table-cell;
  vertical-align: middle;
  padding-right: 60px;
  padding-left: 10px;
}

.left-bg .services-layout p {
	padding-right: 10px;
  padding-left: 60px;
}

.right-bg .services-layout img,
.left-bg .services-layout img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.left-bg .services-layout img {
	left: -35px;
}

.right-bg .services-layout img {
	right: -35px;
}

.left-bg {
  overflow: hidden;
  text-align: right;
}

.left-bg .services-layout {
	float: right;
}

.left-bg .services-layout > div:first-child {
	margin-top: 0px;
}

.benefits-layout {
	font-size: 0px;
}

.benefits-layout > div {
	width: 33.33%;
  padding: 10px;
  display: inline-block;
}

.benefits-layout > div > div {
	min-height: 60px;
  margin: 40px 0px;
  display: table;
  width: 100%;
  position: relative;
  font-size: 14px;
}

.benefits-layout p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 80px;
}

.benefits-layout img {
  position: absolute;
  top: 0px;
  left: 0px;
}

[data-section="landing-width"] #_p_html6 .flexbox-hero {
	width: 50%;
  text-align: right;
}

[data-section="landing-width"] #_p_html6 .flexbox-panel {
	margin-bottom: 0px;
}

[data-section="landing-width"] #_p_html6 .flexbox-panel h3 {
	font: 16px 'Raleway', Arial, san-serif;
  color: #b10504;
  font-weight: 600;
  padding-top: 16px;
}

[data-section="landing-width"] #_p_html6 .flexbox-panel > div {
	padding: 20px 40px;
  position: relative;
}

[data-section="landing-width"] #_p_html6 .flexbox-hero {
	border-right: 2px solid #c3c3c3;
}
[data-section="landing-width"] #_p_html6 .flexbox-hero:before {
  content: "";
	position: absolute;
  bottom: 100%;
  background-color: #C3C3C3;
  right: -9px;
  width: 16px;
  height: 16px;
  font-size: 0px;
  border-radius: 50%;
}

.namedesc-form {
	max-width: 420px;
  margin: 0px auto;
  overflow: hidden;
}

.namedesc-form button {
	float: right;
}

[data-section="landing-width"] .fonticon-Chat {
	display: block;
  color: #fe9595;
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}

[data-section="landing-width"] #_p_posts_stream1 h2 {
	text-align: center;
  margin-bottom: 60px;
}

[data-section="landing-width"] #_p_posts_stream1 .item-panel {
	padding: 0px;
}
[data-section="landing-width"] #_p_posts_stream1 .flexbox-panel {
	margin-bottom: 0px;
}
[data-section="landing-width"] #_p_posts_stream1 .flexbox-hero {
	width: 50%;
  padding-top: 50%;
  position: relative;
}
[data-section="landing-width"] #_p_posts_stream1 .flexbox-hero img {
	position: absolute;
  top: 0px;
  left: 0px;
}
[data-section="landing-width"] #_p_posts_stream1 .flexbox-info {
	background-color: #fe201f;
  padding: 40px;
  font: 16px 'Raleway';
  color: #FFF;
}

[data-section="landing-width"] #_p_posts_stream1 .flexbox-info h4 {
	font: inherit;
  color: inherit;
  text-transform: uppercase;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  margin-top: 0px;
}

[data-section="landing-width"] #_p_posts_stream1 .flexbox-info p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  height: 120px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  padding-bottom: 0px;
}
[data-section="landing-width"] #_p_posts_stream1 .flexbox-info:before {
	content: "";
  width: 0px;
  height: 0px;
  font-size: 0px;
  border-width: 14px;
  border-style: solid;
  border-color: transparent #fe201f transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: -28px;
}

[data-section="landing-width"] #_p_posts_stream1 .item-panel:nth-child(4n-1) .flexbox-hero,
[data-section="landing-width"] #_p_posts_stream1 .item-panel:nth-child(4n) .flexbox-hero {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
[data-section="landing-width"] #_p_posts_stream1 .item-panel:nth-child(4n-1) .flexbox-info,
[data-section="landing-width"] #_p_posts_stream1 .item-panel:nth-child(4n) .flexbox-info {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

[data-section="landing-width"] #_p_posts_stream1 .item-panel:nth-child(4n-1) .flexbox-info:before,
[data-section="landing-width"] #_p_posts_stream1 .item-panel:nth-child(4n) .flexbox-info:before {
	border-color: transparent transparent transparent #fe201f;
  left: auto;
  right: -28px;
}

/*______   GRID NEWS INDEX   ______*/

.grid-news {
	overflow: hidden;
  margin: 0px -10px;
}

.left-grid,
.right-grid {
  float: left;
  box-sizing: border-box;
  position: relative;
}

.left-grid {
	width: 40%;
  padding-top: 40%;
}

.right-grid {
	width: 60%;
  padding-top: 20%;
}

.left-grid > div,
.right-grid > div {
	padding: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
}

.left-grid > div > div {
	background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.left-grid > div > div:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #F4F4F4;
}

.grid-title-holder {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
	padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.grid-title-holder h4,
.grid-title-holder {
  color: #FFF;
}

.right-grid > div > div {
	height: 100%;
  float: left;
}

.right-grid > div > div:first-child {
  background-size: cover;
  background-position: center;
  width: 40%;
}

.right-grid > div > div:last-child {
  width: 60%;
  padding-left: 10px;
  box-sizing: border-box;
}

/**/

/*_____   DOCUMENTS   ______*/

.documents-list .author-panel {
	margin: 0px;
  margin-bottom: 10px;
}
.documents-list .author-panel > div {
	margin-left: 50px;
}

.documents-list .author-panel p {
	margin-bottom: 0px;
  color: #606060;
}

.documents-list .doc-panel-col h4 {
	padding-bottom: 10px;
}

.documents-list .doc-panel-col p.summary {
    margin-bottom: 10px;
}

/*PORTALES*/

.project-holder h2 {
	font: 28px 'Dosis';
  font-weight: 400;
  padding: 4px 10px;
  margin-bottom: 20px;
}

.project-holder .logos {
	position: absolute;
  top: 10px;
  right: 10px;
}

.project-holder .logos > a {
	background-color: #FFF;
  padding: 6px;
  display: inline-block;
  margin-left: 5px;
  border-radius: 4px;
}

.project-holder h2 i {
	padding-right: 20px;
  font-size: 70px;
}

.project-holder h2 i,
.project-holder h2 span {
	display: inline-block;
  vertical-align: middle;
}

.project-agripa {
	background-color: #ffba24;
}

.project-agripa h2 a:hover {
	color: #FFF;
}

.share-social .mail {
	display: none;
}

/*______   PAGES   ______*/

.page-body h3 {
	font-size: 18px;
  margin: 40px 0px 20px 0px;
  color: #FF8A89;
}

.page-body ol {
	margin: 20px 0px 20px 20px;
}

.page-body ol li {
	margin-bottom: 10px;
}

/**/

/*______   TAG ANGULAR PAGE   ______*/

.scroll-panel .hero-panel {
	width: 100%;
  padding-top: 60%;
  position: relative;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  overflow: hidden;
  background-color: #DCDCDC;
}

.scroll-panel .hero-panel > div {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.scroll-panel .event-panel-hero {
	background-color: #b10504;
  height: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  text-align: center;
}

.scroll-panel .event-panel-hero p {
	font-size: 18px;
  color: #FFF;
}

.scroll-panel .event-panel-hero .month {
	text-transform: uppercase;
  border-bottom: 1px solid;
}

.scroll-panel .event-panel-hero .location {
	font-size: 14px;
}

.scroll-panel .item-type {
	position: absolute;
  top: 6px;
  left: 6px;
  background-color: #b10504;
  padding: 6px 10px;
  font-size: 14px;
  color: #FFF;
}

/**/

/*______   FOOTER   ______*/

.footer-logos table {
	table-layout: fixed;
  width: 100%;
}

.footer-logos table h4 {
	color: #FFF;
  border-top: 1px solid;
  padding: 10px;
}